home *** CD-ROM | disk | FTP | other *** search
- object ControlForm: TControlForm
- Left = 318
- Top = 113
- Width = 263
- Height = 104
- Caption = 'Controller'
- Color = clBtnFace
- Constraints.MaxHeight = 104
- Constraints.MinHeight = 104
- Constraints.MinWidth = 263
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object BtnExit: TButton
- Left = 135
- Top = 44
- Width = 75
- Height = 25
- Anchors = [akBottom]
- Caption = 'E&xit'
- TabOrder = 2
- OnClick = BtnExitClick
- end
- object Edit: TEdit
- Left = 11
- Top = 14
- Width = 233
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- end
- object BtnSend: TButton
- Left = 45
- Top = 44
- Width = 75
- Height = 25
- Anchors = [akBottom]
- Caption = '&Send'
- Default = True
- TabOrder = 1
- OnClick = BtnSendClick
- end
- end
-